Platform Explorer / Nuxeo Platform LTS 2015 7.10

Extension point elasticSearchLocal

Documentation

Extension point used to setup an embedded Elasticsearch instance.

It creates a local node using the same JVM as Nuxeo.

This is a test configuration and must not be used in production, it is limited to one shard and no replica.

    <elasticSearchLocal clusterName="MyCluster" httpEnabled="true"
        indexStoreType="mmapfs" nodeName="MyNuxeo" pathData="/var/lib/nuxeo/elasticsearch/"/>

Please refer to the Elasticsearch node configuration

clusterName is the cluster.name

nodeName is the node.name, default to nuxeoNode

pathData is the path.data

indexStoreType is the index.store_type

httpEnabled is the node.enable_http

Contribution Descriptors

  • Class: org.nuxeo.elasticsearch.config.ElasticSearchLocalConfig

Existing Contributions

Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.

  • nuxeo-runtime-7.10-HF06.jar /opt/tmp/tmp-explorer/nuxeo-cap-7.10-tomcat/nxserver/config/elasticsearch-config.xml
    <extension point="elasticSearchLocal" target="org.nuxeo.elasticsearch.ElasticSearchComponent">
        <elasticSearchLocal clusterName="nuxeoCluster" httpEnabled="true" networkHost="127.0.0.1" nodeName="nuxeoNode" pathData="/opt/tmp/tmp-explorer/nuxeo-cap-7.10-tomcat/nxserver/data/elasticsearch" pathLogs="/opt/tmp/tmp-explorer/nuxeo-cap-7.10-tomcat/log/elasticsearch"/>
      </extension>